Interface sjl.ReversibleContainer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sjl.ReversibleContainer

public interface ReversibleContainer
extends Object
Defines the methods allowed on all reversible container types. The supported containers are currently: List, Vector, Array, Set, MultiSet, Map and MultiMap.

Copyright © 1996 Finn Bock

See Also:
List, Vector, Array, Set, MultiSet, Map, MultiMap

Method Index

 o rbeginGeneric()
Return an iterator that points to the beginning of the container.
 o rendGeneric()
Return an iterator that points past the end of the container.

Methods

 o rbeginGeneric
  public abstract Iterator rbeginGeneric()
Return an iterator that points to the beginning of the container.
 o rendGeneric
  public abstract Iterator rendGeneric()
Return an iterator that points past the end of the container.

All Packages  Class Hierarchy  This Package  Previous  Next  Index